home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue66 / Construc / Refactor / Source / options.txt < prev    next >
Encoding:
Text File  |  2000-10-15  |  2.0 KB  |  32 lines

  1. Borland Delphi  Version 13.0  Copyright (c) 1983,99 Inprise Corporation
  2.  
  3. Syntax: DCC32 [options] filename [options]
  4.  
  5.   -A<unit>=<alias> = Set unit alias  -K<addr> = Set image base addr   
  6.   -B = Build all units               -LU<package> = Use package        
  7.   -CC = Console target               -M = Make modified units         
  8.   -CG = GUI target                   -N<path> = DCU output directory  
  9.   -D<syms> = Define conditionals     -O<paths> = Object directories   
  10.   -E<path> = EXE output directory    -P = look for 8.3 file names also
  11.   -F<offset> = Find error            -Q = Quiet compile               
  12.   -GD = Detailed map file            -R<paths> = Resource directories 
  13.   -GP = Map file with publics        -U<paths> = Unit directories     
  14.   -GS = Map file with segments       -V = Debug information in EXE    
  15.   -H = Output hint messages          -VR = Generate remote debug (RSM)
  16.   -I<paths> = Include directories    -W = Output warning messages     
  17.   -J = Generate .obj file            -Z = Output 'never build' DCPs   
  18.   -JP = Generate C++ .obj file       -$<dir> = Compiler directive     
  19. Compiler switches: -$<letter><state> (defaults are shown below)
  20.   A+  Aligned record fields           P+  Open string params            
  21.   B-  Full boolean Evaluation         Q-  Integer overflow checking     
  22.   C+  Evaluate assertions at runtime  R-  Range checking                
  23.   D+  Debug information               T-  Typed @ operator              
  24.   G+  Use imported data references    U-  Pentium(tm)-safe divide       
  25.   H+  Use long strings by default     V+  Strict var-strings            
  26.   I+  I/O checking                    W-  Generate stack frames         
  27.   J+  Writeable structured consts     X+  Extended syntax               
  28.   L+  Local debug symbols             Y+  Symbol reference info         
  29.   M-  Runtime type info               Z1  Minimum size of enum types    
  30.   O+  Optimization                  
  31. Stack size: -$M<minStackSize[,maxStackSize]> (default 16384,1048576)
  32.